home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / cvesa.zip / VESA.DOC < prev    next >
Text File  |  1992-01-06  |  969b  |  16 lines

  1. ---------------------------------------------------------------------------
  2.                 VESA    (vesa BIOS driver not included!)
  3. ---------------------------------------------------------------------------
  4.         Please reference vesa.h and testvl.c for sample code.
  5.  
  6.         I've currently tested these functions on an ATI VGAWonder with 512k
  7.         memory and a plain ol' VGA monitor. They work fine, albeit slow. My
  8.         VGA card is unfortunately one with only 1 page register and a 64k byte
  9.         page size. This means that copying between pages means copying to 
  10.         system memory, changing the page, and copying back. I haven't 
  11.         experimented with 128k addressing or non-chain-by-4 (i.e. planar 
  12.         memory) mode copying yet, but I'm going to. I suspect that one or both
  13.         of these methods will allow us to do fast copies between pages.
  14. ------------------------------------------------------------------------------
  15.  
  16.